home *** CD-ROM | disk | FTP | other *** search
/ Artworks - Keep it Simple 1 / Artworks - Keep it Simple 1.iso / 1stdesig / uk / appsetup.inf next >
Encoding:
INI File  |  1995-11-21  |  7.6 KB  |  300 lines

  1. ; Aztech 10 Pack CD for the World collection
  2. ; Install Script for 1st Design
  3.  
  4. ;-------- the title for the dialog box
  5. [dialog]
  6.   caption = "GST 1st Design Installation"
  7.   name = "GST 1st Design"
  8.  
  9. ;-------- the names of the default destination directories
  10. [data]
  11.   defdir  = c:\design
  12.   groups = 6
  13.  
  14. [share]
  15.   NeedShare = false
  16.  
  17. ;-------- the pseudo-disks for the source files
  18. ;
  19. ; n = path, volume-label, "caption for dialog"
  20.  
  21. [disks]
  22.   1 =.\uk\desprog, g0120001.fde,   "1st Design Disk 1"
  23.   k =.\uk\sysdlls, g0120001.fde,   "1st Design Disk 1"
  24.   p =.\uk\clipart1,g0020002.fde,   "1st Design Disk 2"
  25.   q =.\uk\clipart2,g0020002.fde,   "1st Design Disk 2"
  26.   r =.\uk\clipart3,g0020002.fde,   "1st Design Disk 2"
  27.   s =.\uk\clipart4,g0120001.fde,   "1st Design Disk 1"
  28.   a =.\uk\samples, g0120001.fde,   "1st Design Disk 1"
  29.   b =.\uk\tutorial,g0120001.fde,   "1st Design Disk 1"
  30.   f =.\uk\fonts,   g0020003.fde,   "1st Design Disk 3"
  31.   2 =.\uk\
  32.  
  33. ;-------- the amount of diskspace required
  34. ; on a category-by-category basis, in Kbytes
  35. ;
  36. ; eventually, we may put category names here
  37. ;
  38. [needed.space]
  39.   0 = 1400      ; program
  40.   1 = 1100      ; business clipart
  41.   2 = 2150      ; other clipart
  42.   3 = 600       ; samples
  43.   4 = 770       ; plain fonts
  44.   5 = 1230      ; fancy fonts
  45.  
  46. [group.names]
  47.   0 = "1st Design"
  48.   1 = "Business clipart"
  49.   2 = "Other clipart"
  50.   3 = "Samples and Tutorial"
  51.   4 = "Plain Fonts"
  52.   5 = "Fancy Fonts"
  53.  
  54. ;-------- the sections of the program
  55. ;
  56. ; each line consists of #groupname, category, destination
  57. ;
  58. ; Destination pseudo-disks:
  59. ;
  60. ;  0: means the default program directory
  61. ;  &: means the windows directory
  62.  
  63. [app.copy.appstuff]
  64. ;----------------------------------------------------- from disk 1
  65.   #app.main,            0, 0:
  66.   #app.libs,            0, 0:libs
  67.   #app.windows,         0, &:
  68.   #app.system,          0, &:system
  69.   #app.samples,         3, 0:samples
  70.   #app.tutorial,        3, 0:tutorial
  71.   #clipart.computr1,    1, 0:clipart\computr1
  72.   #clipart.computr2,    1, 0:clipart\computr2
  73.   #clipart.figures,     2, 0:clipart\figures
  74.   #clipart.vehicles,    1, 0:clipart\vehicles
  75.   #clipart.garden,      2, 0:clipart\garden
  76. ;-------------------------------------------------------- 
  77.   #write.files,         0, 0:
  78. ;-------------------------------------------------------- 
  79.   #clipart.farm,        2, 0:clipart\animals\farm
  80.   #clipart.pet,         2, 0:clipart\animals\pet
  81.   #clipart.wild,        2, 0:clipart\animals\wild
  82.   #clipart.zoo,         2, 0:clipart\animals\zoo
  83.   #clipart.catering,    2, 0:clipart\catering
  84.   #clipart.europe,      2, 0:clipart\europe
  85.   #clipart.freemain,    1, 0:clipart\office\freehand
  86.   #clipart.freearow,    1, 0:clipart\office\freehand\arrows
  87.   #clipart.freepoin,    1, 0:clipart\office\freehand\pointers
  88.   #clipart.grafmain,    1, 0:clipart\office\classic
  89.   #clipart.grafarow,    1, 0:clipart\office\classic\arrows
  90.   #clipart.grafphon,    1, 0:clipart\office\classic\phones
  91.   #clipart.grafpoin,    1, 0:clipart\office\classic\pointers
  92.   #clipart.grafstar,    1, 0:clipart\office\classic\stars
  93.   #clipart.sports,      2, 0:clipart\sports
  94.   #clipart.holiday,     2, 0:clipart\holiday
  95.   #clipart.party,       2, 0:clipart\party
  96.   #clipart.people,      2, 0:clipart\people
  97.   #clipart.flags,       2, 0:clipart\flags
  98.   #clipart.borders,     2, 0:clipart\borders
  99.   #clipart.decorat,     2, 0:clipart\decorat
  100.   #clipart.grafscis,    1, 0:clipart\office\classic\scissors
  101. ;-------------------------------------------------------- from disk 3
  102.   #fonts.plain,         4, &:system
  103.   #fonts.fancy,         5, &:system
  104.  
  105. ;------------- the groups of files to be copied -----------------
  106.  
  107. [app.main]
  108.   1:1stdesuk.wri, "Readme file"
  109.   1:design.hlp,  "help file"
  110.   1:design.exe,  "main program"
  111.   1:des1rsc.dll, "resource file"
  112.   1:dwkf_atm.dll,  "font handling libraries"
  113.   1:dwkf_tt.dll
  114.   1:dwkf_gst.dll
  115.   1:gstctrls.dll
  116.   1:toolbar.ini
  117.   1:colour.tem, "templates"
  118.   1:216col.tem
  119.  
  120. [app.libs]
  121.   1:artibmp.dll,   "import/export libraries"
  122.   1:articgm.dll
  123.   1:artigem.dll
  124.   1:artigif.dll
  125.   1:artiimg.dll
  126.   1:artipcx.dll
  127.   1:artitiff.dll
  128.   1:artiwmf.dll
  129.   1:artiwtx.dll
  130.   1:des_ps.pre,    "PostScript preambles"
  131.  
  132. [app.windows]
  133.   1:design.ini,  "ini files"
  134.   1:fntalias.ini
  135.  
  136. [app.system]
  137.   k:commdlg.dll,   "commdlg.dll"   
  138.   k:composit.dll,  "other dlls"
  139.   k:shell.dll,
  140.   k:dib.drv
  141.  
  142. [app.samples]
  143.   a:chart.art,  "Sample Pictures"
  144.   a:cover.art     
  145.   a:flier.art     
  146.   a:hpaper.art    
  147.   a:invite.art    
  148.   a:logos.art     
  149.   a:magazine.art  
  150.   a:map.art       
  151.   a:poster.art    
  152.   a:sailspec.art  
  153.   a:school.art    
  154.   a:slide.art     
  155.  
  156. [write.files]
  157.   2:ukdesman.wri, "Readme Files"
  158.   2:upgrade.wri
  159.  
  160. [app.tutorial]
  161.   b:tutor1.art, "Tutorial Files"
  162.   b:tutor2.art
  163.   b:tutor3.art
  164.   b:sail.bmp
  165.  
  166. [fonts.plain]
  167.   f:gstcourm.tt_, "Courier"
  168.   f:gstcouit.tt_
  169.   f:gstcoubd.tt_
  170.   f:gstcoubi.tt_
  171.   f:gstsanrm.tt_, "Sans"
  172.   f:gstsanit.tt_
  173.   f:gstsanbd.tt_
  174.   f:gstsanbi.tt_
  175.   f:gstsrfrm.tt_, "Serif"
  176.   f:gstsrfit.tt_
  177.   f:gstsrfbd.tt_
  178.   f:gstsrfbi.tt_
  179.  
  180. [fonts.fancy]
  181.   f:gstafrrm.tt_, "Africa"
  182.   f:gstablrm.tt_, "Arnold Bocklin"
  183.   f:gstatmrm.tt_, "Autumn"
  184.   f:gstbrwit.tt_, "Brushwood"
  185.   f:gstcambd.tt_, "Cambridge"
  186.   f:gstcndit.tt_, "Candy"
  187.   f:gstconit.tt_, "Concerto"
  188.   f:gstcpbbd.tt_, "Copper Black"
  189.   f:gstcbobd.tt_, "Copper Outline"
  190.   f:gstdiarm.tt_, "Diamond"
  191.   f:gstdrlrm.tt_, "Drury Lane"
  192.   f:gsthiprm.tt_, "Hippo"
  193.   f:gsthrlrm.tt_, "Herald"
  194.   f:gstjesrm.tt_, "Jester"
  195.   f:gstsgerm.tt_, "Sage"
  196.   f:gsttigrm.tt_, "Tiger"
  197.   f:gsttigcn.tt_, "Tiger ExtraCondensed"
  198.  
  199. [clipart.zoo]
  200.   p:anizoo.___,         "clipart - animals (zoo)"
  201.    
  202. [clipart.pet]
  203.   p:anipets.___,        "clipart - animals (pets)"
  204.  
  205. [clipart.wild]
  206.   p:aniwild.___,        "clipart - animals (wild)"
  207.  
  208. [clipart.farm]
  209.   p:anifarm.___,        "clipart - animals (farm)"
  210.  
  211. [clipart.catering]
  212.   p:catering.___,    "clipart - catering"  
  213.  
  214. [clipart.europe]
  215.   p:europe.___,            "clipart - europe"    
  216.  
  217. [clipart.freemain]
  218.   p:freemain.___,    "clipart - freehand office"  
  219.  
  220. [clipart.freearow]
  221.   p:freearow.___
  222.  
  223. [clipart.freepoin]
  224.   p:freepoin.___
  225.  
  226. [clipart.grafmain]
  227.   p:grafmain.___,       "clipart - classic office"
  228.  
  229. [clipart.grafarow]
  230.   p:grafarow.___
  231.  
  232. [clipart.grafphon]
  233.   p:grafphon.___
  234.  
  235. [clipart.grafpoin]
  236.   p:grafpoin.___
  237.  
  238. [clipart.grafscis]
  239.   r:grafscis.___,       "clipart - classic office (scissors)"
  240.  
  241. [clipart.grafstar]
  242.   p:grafstar.___
  243.  
  244. [clipart.holiday]
  245.   q:holiday.___,    "clipart - holiday"   
  246.  
  247. [clipart.party]
  248.   q:party.___,            "clipart - party"     
  249.  
  250. [clipart.people]
  251.   q:people.___,            "clipart - people"    
  252.  
  253. [clipart.sports]
  254.   p:sports.___,            "clipart - sports"    
  255.  
  256. [clipart.borders]
  257.   r:borders.___,    "clipart - borders"   
  258.    
  259. [clipart.decorat]
  260.   r:bord2.___,            "clipart - art deco"   
  261.  
  262. [clipart.computr1]
  263.   s:computer.___,    "clipart - computers (b/w)"  
  264.  
  265. [clipart.computr2]
  266.   s:comput2.___,    "clipart - computers (col)"  
  267.  
  268. [clipart.figures]
  269.   s:figures.___,    "clipart - figures"  
  270.  
  271. [clipart.vehicles]
  272.   s:vehicles.___,    "clipart - vehicles"  
  273.  
  274. [clipart.garden]
  275.   s:garden.___,            "clipart - garden"  
  276.  
  277. [clipart.flags]
  278.   r:flags.___,            "clipart - flags"     
  279.  
  280. ;-----------------------------------------------------------
  281.  
  282. ;----- the list of groups to be created
  283.  
  284. [progman.groups]
  285.  GST
  286.  
  287.  
  288. ;----- the icons to create in the group
  289.  
  290. [GST]
  291. 0,  "1st Design",                     0:Design.exe
  292. 0,  "1st Design Read Me",             0:1stdesuk.wri, write.exe
  293. 0,  "1st Design Manual",              0:ukdesman.wri,  write.exe
  294. 0,  "Upgrade Information", 0:upgrade.wri, write.exe
  295.  
  296. [backup]
  297.  ini=design
  298.  
  299.  
  300.